home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mail / mailx6 / _setup.1 / MXRECI.DFM / MXRECI.txt
Encoding:
Text File  |  1996-02-28  |  4.1 KB  |  186 lines

  1. object MXRecipientDlg: TMXRecipientDlg
  2.   Left = 226
  3.   Top = 68
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail eXtension Recipient Control Properties'
  7.   ClientHeight = 203
  8.   ClientWidth = 426
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object TabbedNotebook1: TTabbedNotebook
  17.     Left = 0
  18.     Top = 0
  19.     Width = 425
  20.     Height = 161
  21.     TabFont.Color = clBtnText
  22.     TabFont.Height = -11
  23.     TabFont.Name = 'MS Sans Serif'
  24.     TabFont.Style = []
  25.     TabOrder = 0
  26.     object TTabPage
  27.       Left = 5
  28.       Top = 26
  29.       Caption = 'General'
  30.       object GroupBox1: TGroupBox
  31.         Left = 4
  32.         Top = 4
  33.         Width = 233
  34.         Height = 121
  35.         Caption = 'General Properties:'
  36.         TabOrder = 0
  37.         object bDetailsModifiable: TCheckBox
  38.           Left = 52
  39.           Top = 32
  40.           Width = 149
  41.           Height = 17
  42.           Caption = 'Details Modifiable'
  43.           TabOrder = 0
  44.         end
  45.         object bResolveDialog: TCheckBox
  46.           Left = 52
  47.           Top = 60
  48.           Width = 157
  49.           Height = 17
  50.           Caption = 'Resolve Dialog Box'
  51.           TabOrder = 1
  52.         end
  53.         object bDisplayErrors: TCheckBox
  54.           Left = 52
  55.           Top = 88
  56.           Width = 161
  57.           Height = 17
  58.           Caption = 'Display Errors'
  59.           TabOrder = 2
  60.         end
  61.       end
  62.       object bAddRecipient: TRadioGroup
  63.         Left = 244
  64.         Top = 4
  65.         Width = 169
  66.         Height = 121
  67.         Hint = 'Default Add Recipient Class'
  68.         Caption = 'Add Recipient Class:'
  69.         Columns = 2
  70.         ItemIndex = 0
  71.         Items.Strings = (
  72.           'Default'
  73.           'To:'
  74.           'Cc:'
  75.           'Bcc:')
  76.         ParentShowHint = False
  77.         ShowHint = True
  78.         TabOrder = 1
  79.       end
  80.     end
  81.     object TTabPage
  82.       Left = 5
  83.       Top = 26
  84.       Caption = 'Address'
  85.       object GroupBox2: TGroupBox
  86.         Left = 4
  87.         Top = 4
  88.         Width = 409
  89.         Height = 121
  90.         Caption = 'Address Dialog:'
  91.         TabOrder = 0
  92.         object Label1: TLabel
  93.           Left = 16
  94.           Top = 40
  95.           Width = 152
  96.           Height = 16
  97.           Caption = 'Caption: ("Address Book")'
  98.         end
  99.         object szCaption: TEdit
  100.           Left = 16
  101.           Top = 64
  102.           Width = 201
  103.           Height = 24
  104.           Hint = 'Address DialogBox Caption'
  105.           ParentShowHint = False
  106.           ShowHint = True
  107.           TabOrder = 0
  108.         end
  109.         object bEditNum: TRadioGroup
  110.           Left = 232
  111.           Top = 12
  112.           Width = 169
  113.           Height = 101
  114.           Hint = 'Address Dialog Type'
  115.           Caption = 'Edit Num:'
  116.           Columns = 2
  117.           Font.Color = clBlack
  118.           Font.Height = -11
  119.           Font.Name = 'Arial'
  120.           Font.Style = []
  121.           ItemIndex = 0
  122.           Items.Strings = (
  123.             'List'
  124.             'To'
  125.             'To, Cc'
  126.             'To, Cc, Bcc')
  127.           ParentFont = False
  128.           ParentShowHint = False
  129.           ShowHint = True
  130.           TabOrder = 1
  131.         end
  132.       end
  133.     end
  134.     object TTabPage
  135.       Left = 5
  136.       Top = 26
  137.       Caption = 'Fetch Recipient'
  138.       object bFetchType: TRadioGroup
  139.         Left = 4
  140.         Top = 4
  141.         Width = 409
  142.         Height = 121
  143.         Caption = 'Default Fetch Type:'
  144.         Columns = 2
  145.         ItemIndex = 0
  146.         Items.Strings = (
  147.           'Originator'
  148.           'Message Recipients')
  149.         TabOrder = 0
  150.       end
  151.     end
  152.   end
  153.   object BitBtn1: TBitBtn
  154.     Left = 232
  155.     Top = 168
  156.     Width = 89
  157.     Height = 29
  158.     Hint = 'Apply New properties'
  159.     Font.Color = clBlack
  160.     Font.Height = -11
  161.     Font.Name = 'Arial'
  162.     Font.Style = []
  163.     ParentFont = False
  164.     ParentShowHint = False
  165.     ShowHint = True
  166.     TabOrder = 1
  167.     Kind = bkOK
  168.   end
  169.   object BitBtn2: TBitBtn
  170.     Left = 332
  171.     Top = 168
  172.     Width = 89
  173.     Height = 29
  174.     Hint = 'Cancel modifications'
  175.     Font.Color = clBlack
  176.     Font.Height = -11
  177.     Font.Name = 'Arial'
  178.     Font.Style = []
  179.     ParentFont = False
  180.     ParentShowHint = False
  181.     ShowHint = True
  182.     TabOrder = 2
  183.     Kind = bkCancel
  184.   end
  185. end
  186.